home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / DropFTP / ftp.h < prev    next >
Encoding:
Text File  |  1994-02-03  |  320 b   |  8 lines  |  [TEXT/KAHL]

  1. Boolean FTPGetFile (char *host, char *user, char *pswd, 
  2.     char *file, Handle data);
  3. Boolean FTPPutFile (char *host, char *user, char *pswd, 
  4.     char *file, Ptr data, long size);
  5. void HandleUpdate (WindowPtr wind);
  6. void ErrorMessage(char *s);
  7. void UnexpectedErrorMessage(short s);
  8. void MailOrFTPServerErrorMessage(char *s);